home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / doorware / tmont110.zip / LOCAL.CFG < prev    next >
Text File  |  1996-11-09  |  17KB  |  405 lines

  1. ; MONTE.CFG - Sample Monte Carlo Solitaire door configuration file
  2. ;
  3. ; This configuration file can be used by the sysop to customize Monte Carlo
  4. ; Solitaire door for use on their own system.  Monte Carlo Solitaire is
  5. ; designed to run on almost any BBS system automatically.  The
  6. ; configuration file system is provided to allow the customization of
  7. ; options such as paging hours, maximum time permitted within the door, etc.
  8. ;
  9. ; Any text following a semi-colon (;), and blank lines, are ignored.
  10. ;
  11. ;------------------------------------------------------------------------------
  12. ;
  13. ;  BBS system directory. Indicates where the door information file (drop file)
  14. ;  can be found. Remove the semi-colon (;) to activate this option.  You may
  15. ;  also specify the drop filename here!
  16. ;
  17. ;BBSDir    C:\SF\SFDOORS.DAT
  18. ;
  19. ;------------------------------------------------------------------------------
  20. ;
  21. ;  The door's working directory. This is where the door's system files are
  22. ;  located. Remove the semi-colon (;) to activate this option.
  23. ;
  24. ;DoorDir    C:\DOORS\MONTE
  25. ;
  26. ;------------------------------------------------------------------------------
  27. ;
  28. ;  Local mode override. Forces door to always operate in local test mode.
  29. ;  Remove the semi-colon (;) to activate this option. When this mode is
  30. ;  activated, no door information file is required and default settings are
  31. ;  used for the user's name, location, etc.
  32. ;
  33. LocalMode
  34. ;
  35. ;------------------------------------------------------------------------------
  36. ;
  37. ;  Door personality setting. This setting selects one of a number of sysop
  38. ;  interface personalities. Each personality setting emulates the status line
  39. ;  format and sysop function keys of a particular BBS package. Valid
  40. ;  personality settings are:
  41. ;
  42. ;                     Standard            (OpenDoors style, similar to RA 1.11)
  43. ;                     PCBoard
  44. ;                     RemoteAccess
  45. ;                     Wildcat
  46. ;
  47. Personality    Standard
  48. ;
  49. ;------------------------------------------------------------------------------
  50. ;
  51. ;  Log File options. "LogFileName" specifies filename (path optional) where the
  52. ;  door should record log information. To disable the log file altogether,
  53. ;  remove the semi-colon (;) from the "DisableLogging" line.
  54. ;
  55. ;LogFileName    MONTE.LOG
  56. DisableLogging
  57. ;
  58. ;------------------------------------------------------------------------------
  59. ;  The number of spaces to indent when writing to the log file.
  60. ;
  61. IndentSpace 15
  62. ;
  63. ;------------------------------------------------------------------------------
  64. ;  Allow the user to logoff the BBS from within the door. (YES or NO).
  65. ;
  66. AllowLogOff YES
  67. ;
  68. ;------------------------------------------------------------------------------
  69. ;
  70. ;  Limit the amount of FREE games that can be won per day.  Range:  0-9999
  71. ;  A message will be displayed if they reach the max amount.
  72. ;  REGISTERED OPTION ONLY.  Will always default to 9999 if Unregistered or if
  73. ;  left out of this configuration file.
  74. ;
  75. FreeGameLimit   9999
  76. ;
  77. ;------------------------------------------------------------------------------
  78. ;
  79. ;  Limit the number of Play Ahead Days that a user can play per day!
  80. ;  Range: 0-31
  81. ;  REGISTERED OPTION ONLY.  Will always default to 1 if Unregistered or if
  82. ;  left out of this configuration file.
  83. ;
  84. PlayAheadDays   1
  85. ;
  86. ;------------------------------------------------------------------------------
  87. ;
  88. ;  Limit the number of Games played per day!
  89. ;  Range: 0-65534
  90. ;  REGISTERED OPTION ONLY.  Will always default to 10 if Unregistered or if
  91. ;  left out of this configuration file.
  92. ;
  93. GamesPerDay   10
  94. ;
  95. ;------------------------------------------------------------------------------
  96. ;
  97. ;  Game Colors.  Background color and Card Color Defualts.
  98. ;  Range:
  99. ;        Background Color:
  100. ;                         black
  101. ;                         blue
  102. ;                         green
  103. ;                         cyan
  104. ;                         red
  105. ;                         magenta
  106. ;                         brown
  107. ;                         white
  108. ;
  109. ;              Card Color:
  110. ;                         black   <---NOT RECOMMENDED
  111. ;                         blue
  112. ;                         green
  113. ;                         cyan
  114. ;                         red     <---NOT RECOMMENDED
  115. ;                         magenta
  116. ;                         brown
  117. ;                         white
  118. ;
  119. ;  REGISTERED OPTION ONLY.  Will always default to white/white if
  120. ;  Unregistered or if left out of this configuration file.
  121. ;
  122. BackGroundColor  white
  123. CardColor        white
  124. ;
  125. ;------------------------------------------------------------------------------
  126. ;
  127. ;  Total Make Up Days Allowed per day!
  128. ;  Range: 1-31
  129. ;  REGISTERED OPTION ONLY.  Will always default to 1 if Unregistered or if
  130. ;  left out of this configuration file.
  131. ;
  132. MakeUpDays   1
  133. ;
  134. ;------------------------------------------------------------------------------
  135. ;
  136. ;  BBS node number that door is running on. Only used if Monte Carlo
  137. ;  Solitaire is unable to determine the node number by some other means.
  138. ;
  139. ;Node    1
  140. ;
  141. ;------------------------------------------------------------------------------
  142. ;
  143. ;  Sysop paging hours. Sysop paging will be permitted beginning at the start
  144. ;  time, up until, but not including, the end time. Times should be in 24-hour
  145. ;  format. To disable paging on a particular day, set the paging start and end
  146. ;  times to the same time.
  147. ;
  148. ;                      Start Time    End Time
  149. SundayPagingHours         9:00        22:00
  150. MondayPagingHours         8:30        22:00
  151. TuesdayPagingHours        8:30        22:00
  152. WednesdayPagingHours      8:30        22:00
  153. ThursdayPagingHours       6:30        22:00
  154. FridayPagingHours         8:30        22:00
  155. SaturdayPagingHours       9:00        22:00
  156. ;
  157. ;------------------------------------------------------------------------------
  158. ;
  159. ;  Duration of sysop page. Value indicates the number of beeps that compose the
  160. ;  sysop page alarm.
  161. ;
  162. PageDuration    10
  163. ;
  164. ;------------------------------------------------------------------------------
  165. ;
  166. ;  Maximum length of time a user is permitted to access the door. If the user's
  167. ;  total remaining time on the BBS is less than this value, the user will only
  168. ;  be permitted to access the door for this shorter length of time. This option
  169. ;  may be disabled by placing a semi-colon (;) at the beginning of the line.
  170. ;  When this option is disabled, the user will be permitted to use the full
  171. ;  of their remaining time on the BBS within the door.
  172. ;
  173. ;MaximumDoorTime    15
  174. ;
  175. ;------------------------------------------------------------------------------
  176. ;
  177. ;  Inactivity timeout. Specifies the maximum number of seconds that may elapse
  178. ;  without the user pressing any key, before the user will be automatically
  179. ;  disconnected. A value of 0 disables inactivity timeouts.
  180. ;
  181. InactivityTimeout    220
  182. ;
  183. ;------------------------------------------------------------------------------
  184. ;
  185. ;  Name of the sysop. The Door can usually determine the sysop's name from the
  186. ;  information passed to the door by the BBS. However, some BBS software does
  187. ;  not supply this information to doors. In such cases, if the sysop's name is
  188. ;  required by the door, it may be supplied here. Remove the semi-colon (;) to
  189. ;  activate this option.
  190. ;
  191. SysopName    Timothy J. Ward
  192. ;
  193. ;------------------------------------------------------------------------------
  194. ;
  195. ;  Name of the BBS. The Door can usually determine the name of the BBS from
  196. ;  the information passed to the door by the BBS. However, some BBS software
  197. ;  does not supply this information to door programs. In such cases, if the
  198. ;  name of the BBS is needed by the door, it may be supplied here. Remove the
  199. ;  semi-colon (;) to activate this option.
  200. ;
  201. SystemName    The Ultimate House of Fun BBS
  202. ;
  203. ;------------------------------------------------------------------------------
  204. ;
  205. ;  Door colour options. These options specify the various text colours that
  206. ;  will be used by the door if ANSI or AVATAR graphics modes are available.
  207. ;  Colours are specified in the format:
  208. ;
  209. ;         {Bright} {Flashing} [Foreground Colour] on [Background Colour]
  210. ;
  211. ;  Where foreground and background colours are one of:
  212. ;
  213. ;         Black
  214. ;         Blue
  215. ;         Green
  216. ;         Cyan
  217. ;         Red
  218. ;         Magenta
  219. ;         Yellow / Brown
  220. ;         White / Grey
  221. ;
  222. ChatUserColour               Bright white on black
  223. ChatSysopColour              Bright red on black
  224. PagePromptColour             Bright white on black
  225. PopupMenuTitleColour         Bright white on grey
  226. PopupMenuBorderColour        Black on grey
  227. PopupMenuTextColour          Black on grey
  228. PopupMenuKeyColour           Red on grey
  229. PopupMenuHighlightColour     Grey on black
  230. PopupMenuHighKeyColour       Red on black
  231. ;
  232. ;------------------------------------------------------------------------------
  233. ;
  234. ;  Memory swapping options. These options are generally not needed, but can be
  235. ;  used to customize OpenDoor's swapping behaviour. "SwappingDir" can be used
  236. ;  to specify which directory or directories should be used for swapping.
  237. ;  Multiple directory paths can be seperated using a semi-colon.
  238. ;  "SwappingNoEMS" can be used to prevent any swapping from being done to EMS
  239. ;  memory, and "SwappingDisable" can be used to disable memory swapping
  240. ;  altogether. Remove the semi-colon (;) to activate any of these options.
  241. ;
  242. SwappingDir    C:\
  243. ;SwappingNoEMS
  244. ;SwappingDisable
  245. ;
  246. ;------------------------------------------------------------------------------
  247. ;
  248. ;  Serial port options. These options are generally not needed, as these
  249. ;  settings can usually be determined from the BBS door information file.
  250. ;  "LockedBPS" specifies the the BPS rate at which the door should communicate
  251. ;  with the modem. "SerialPort" specifies the port port number that the modem
  252. ;  is connected to. Unless you have reassigned the port numbers through your
  253. ;  FOSSIL drive, port 0 corresponds to COM1, port 1 corresponds to COM2, and
  254. ;  so on. Remove the semi-colon (;) to activate either of these options.
  255. ;
  256. LockedBPS    38400
  257. SerialPort   1
  258. ;
  259. ;
  260. ;  Normally, a FOSSIL driver is used for serial I/O if one is available. If
  261. ;  a FOSSIL driver has not been loaded, the door communicates directly with
  262. ;  the modem. Removing the semi-colon (;) from the "NoFossil" option causes
  263. ;  the door to always communicate directly with the modem, bypassing any
  264. ;  FOSSIL driver.
  265. ;
  266. ;NoFossil
  267. ;
  268. ;------------------------------------------------------------------------------
  269. ;
  270. ;  The following options only apply if a FOSSIL driver is NOT being used for
  271. ;  serial communications. If a FOSSIL driver IS being used, these options
  272. ;  are normally set on the FOSSIL driver command line.
  273. ;
  274. ;  Hexidecimal address of the serial port. This address can usually be
  275. ;  determined automatically for ports COM1, COM2, COM3, and COM4, and is
  276. ;  normally only required for ports COM5 and higher. Remove the semi-colon
  277. ;  (;) to activate this option.
  278. ;
  279. ;PortAddress 2F8
  280. ;
  281. ;
  282. ;  Interrupt request line that the serial port is using. May be any IRQ line
  283. ;  from 1 to 15. By default, IRQ line 4 is used for ports COM1: and COM3:,
  284. ;  while IRQ line 3 is used for all other ports. Remove the semi-colon (;)
  285. ;  to activate this option.
  286. ;
  287. ;PortIRQ 4
  288. ;
  289. ;
  290. ;  Serial I/O buffer sizes. "ReceiveBuffer" specifies the number of bytes in
  291. ;  the serial I/O receive buffer. You may want to increase this buffer size
  292. ;  if you find that characters being sent from the user's modem are being lost.
  293. ;  "TransmitBuffer" specifies the number of bytes in the serial I/O transmit
  294. ;  buffer. You may want to increase this buffer size for improved performance
  295. ;  in some multitasking environments.
  296. ;
  297. ReceiveBuffer 256
  298. TransmitBuffer 1024
  299. ;
  300. ;
  301. ;  UART FIFO buffers. Normally, the door will use 16550A UART FIFO buffers
  302. ;  if they are available. You can prevent the door from using the FIFO
  303. ;  buffers, even if they are available, by removing the semi-colon before
  304. ;  the "NoFIFO" keyword. The "FIFOTriggerSize" specifies how many characters
  305. ;  may be placed in the FIFO buffers before an serial I/O interrupt is
  306. ;  envoked. Valid values are 1, 4, 8 and 14 bytes. The default value is 4
  307. ;  bytes.
  308. ;
  309. ;NoFIFO
  310. FIFOTriggerSize 4
  311. ;
  312. ;------------------------------------------------------------------------------
  313. ;
  314. ;  Custom door information file support. the door automatically recognizes
  315. ;  most door information file (drop file) formats, including DORINFO?.DEF,
  316. ;  EXITINFO.BBS, DOOR.SYS, SFDOORS.DAT, CALLINFO.BBS and CHAIN.TXT. However,
  317. ;  to permit the door to operate on BBS systems that produce a different
  318. ;  format file, you may define a custom door information file format. A custom
  319. ;  door information file format is defined using the "CustomFileName" command,
  320. ;  followed by one or more lines beginning with the "CustomFileLine" command.
  321. ;
  322. ;  The "CustomFileName" option specifies the filename used to distinguish this
  323. ;  file format from other file formats. This filename should not include a
  324. ;  path. To specify the path where the door information file is located, use
  325. ;  the BBSDir setting, near the beginning of this file. If the filename of the
  326. ;  custom format is the same as that of one of the built-in formats, the custom
  327. ;  format will override the built-in format.
  328. ;
  329. ;  The actual format of the custom file is specified using a number of lines
  330. ;  that begin with the keyword "CustomFileLine". Each of these lines will
  331. ;  correspond to a single line in the door information file, with the option
  332. ;  following the "CustomFileLine" keyword specifying the information that can
  333. ;  be found on that line. This can be one of the following keywords:
  334. ;
  335. ;                    Ignore - Causes the next line in the door information
  336. ;                             file to be ignored. Use on lines for which none
  337. ;                             of the options below apply.
  338. ;                   ComPort - COM? port the modem is connected to
  339. ;                             (0 indicates local mode)
  340. ;                FossilPort - Fossil port number the modem is connected to
  341. ;                  ModemBPS - BPS rate at which to communicate with modem
  342. ;                             (0 or non-numerical value indicates local mode)
  343. ;                 LocalMode - 1, T or Y if door is operating in local mode
  344. ;                  UserName - Full name of the user
  345. ;             UserFirstName - First name(s) of the user
  346. ;              UserLastName - Last name of the user
  347. ;                     Alias - The user's psuedonym / handle
  348. ;                 HoursLeft - Hours user has left online
  349. ;               MinutesLeft - Minutes user has left online, or time left online
  350. ;                             in format hh:mm
  351. ;               SecondsLeft - Seconds user has left online, or time left online
  352. ;                             in format hh:mm:ss or format mm:ss
  353. ;                             (If more than one of the above time options are
  354. ;                             used, the user time left is taken to be the total
  355. ;                             of all of these values.)
  356. ;                      ANSI - 1, T, Y or G for ANSI graphics mode
  357. ;                    AVATAR - 1, T or Y for AVATAR graphics mode
  358. ;                       RIP - 1, T or Y for RIP graphics mode
  359. ;               PagePausing - 1, T or Y if user wishes a pause at end of screen
  360. ;              ScreenLength - Number of lines on user's screen
  361. ;            ScreenClearing - 1, T or Y if screen clearing mode is on
  362. ;                  Security - The user's security level / access level
  363. ;                      City - City the user is calling from
  364. ;                      Node - Node number user is connected to
  365. ;                 SysopName - Full name of the sysop
  366. ;            SysopFirstName - The sysop's first name(s)
  367. ;             SysopLastName - The sysop's last name
  368. ;                SystemName - Name of the BBS
  369. ;
  370. ;
  371. ;CustomFileName    SFDOORS.DAT
  372. ;CustomFileLine    UserName
  373. ;CustomFileLine    Ignore
  374. ;CustomFileLine    UserFirstName
  375. ;CustomFileLine    ModemBPS
  376. ;CustomFileLine    ComPort
  377. ;CustomFileLine    MinutesLeft
  378. ;CustomFileLine    Ignore
  379. ;CustomFileLine    Ignore
  380. ;CustomFileLine    ANSI
  381. ;CustomFileLine    Security
  382. ;CustomFileLine    Ignore
  383. ;CustomFileLine    Ignore
  384. ;CustomFileLine    MinutesLeft
  385. ;CustomFileLine    Ignore
  386. ;CustomFileLine    Ignore
  387. ;CustomFileLine    Ignore
  388. ;CustomFileLine    Ignore
  389. ;CustomFileLine    Ignore
  390. ;CustomFileLine    Ignore
  391. ;CustomFileLine    Ignore
  392. ;CustomFileLine    Node
  393. ;CustomFileLine    Ignore
  394. ;CustomFileLine    Ignore
  395. ;CustomFileLine    Ignore
  396. ;CustomFileLine    Ignore
  397. ;CustomFileLine    Ignore
  398. ;CustomFileLine    Ignore
  399. ;CustomFileLine    Ignore
  400. ;CustomFileLine    City
  401. ;CustomFileLine    Ignore
  402. ;CustomFileLine    RIP
  403. ;
  404. ;------------------------------------------------------------------------------
  405.